home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCALLDLLFUNCTION / TFRMCALLDLLFUNCTION.txt
Encoding:
Text File  |  2003-01-14  |  4.4 KB  |  191 lines

  1. inherited frmCallDLLFunction: TfrmCallDLLFunction
  2.   Left = 371
  3.   Top = 154
  4.   OldCreateOrder = True
  5.   OnCreate = FormCreate
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.   end
  14.   inherited pnlCenter: TPanel
  15.     inherited pgcControlPage: TPageControl
  16.       inherited tbsAM5Main: TTabSheet
  17.         object Label1: TLabel
  18.           Left = 10
  19.           Top = 16
  20.           Width = 203
  21.           Height = 13
  22.           AutoSize = False
  23.           Caption = '&DLL filename:'
  24.           FocusControl = edtDLLName
  25.         end
  26.         object Label2: TLabel
  27.           Left = 10
  28.           Top = 65
  29.           Width = 199
  30.           Height = 13
  31.           AutoSize = False
  32.           Caption = '&Function name (case sensitive):'
  33.           FocusControl = edtFuncName
  34.         end
  35.         object Label3: TLabel
  36.           Left = 242
  37.           Top = 16
  38.           Width = 197
  39.           Height = 13
  40.           AutoSize = False
  41.           Caption = '&Arguments:'
  42.           FocusControl = lvArgs
  43.         end
  44.         object Label5: TLabel
  45.           Left = 10
  46.           Top = 114
  47.           Width = 199
  48.           Height = 13
  49.           AutoSize = False
  50.           Caption = '&Return value type:'
  51.           FocusControl = cbxReturnType
  52.         end
  53.         object Label6: TLabel
  54.           Left = 10
  55.           Top = 163
  56.           Width = 203
  57.           Height = 13
  58.           AutoSize = False
  59.           Caption = 'Populate &variable with result:'
  60.           FocusControl = edtVarName
  61.         end
  62.         object Label4: TLabel
  63.           Left = 242
  64.           Top = 163
  65.           Width = 201
  66.           Height = 13
  67.           AutoSize = False
  68.           Caption = 'Argument &value:'
  69.           Enabled = False
  70.           FocusControl = edtArgValue
  71.         end
  72.         object edtDLLName: TEdit
  73.           Left = 10
  74.           Top = 32
  75.           Width = 224
  76.           Height = 21
  77.           TabOrder = 0
  78.         end
  79.         object edtFuncName: TEdit
  80.           Left = 10
  81.           Top = 81
  82.           Width = 224
  83.           Height = 21
  84.           TabOrder = 1
  85.         end
  86.         object lvArgs: TListView
  87.           Left = 242
  88.           Top = 32
  89.           Width = 217
  90.           Height = 91
  91.           Columns = <
  92.             item
  93.               Caption = 'Argument type'
  94.               Width = 90
  95.             end
  96.             item
  97.               AutoSize = True
  98.               Caption = 'Value'
  99.             end>
  100.           ColumnClick = False
  101.           ReadOnly = True
  102.           TabOrder = 4
  103.           ViewStyle = vsReport
  104.           OnSelectItem = lvArgsSelectItem
  105.         end
  106.         object cbxReturnType: TAM5VarListComboBox
  107.           Left = 10
  108.           Top = 130
  109.           Width = 224
  110.           Height = 21
  111.           Style = csDropDownList
  112.           ItemHeight = 0
  113.           TabOrder = 2
  114.         end
  115.         object edtVarName: TComboBox
  116.           Left = 10
  117.           Top = 179
  118.           Width = 198
  119.           Height = 21
  120.           ItemHeight = 0
  121.           TabOrder = 3
  122.         end
  123.         object edtArgValue: TEdit
  124.           Left = 242
  125.           Top = 179
  126.           Width = 217
  127.           Height = 21
  128.           Color = clBtnFace
  129.           Enabled = False
  130.           TabOrder = 5
  131.           OnChange = edtArgValueChange
  132.         end
  133.         object comAddArg: TButton
  134.           Left = 242
  135.           Top = 131
  136.           Width = 104
  137.           Height = 20
  138.           Caption = 'Add arg&ument...'
  139.           TabOrder = 6
  140.           OnClick = comAddArgClick
  141.         end
  142.         object comDeleteArg: TButton
  143.           Left = 354
  144.           Top = 131
  145.           Width = 105
  146.           Height = 20
  147.           Caption = 'De&lete argument'
  148.           TabOrder = 7
  149.           OnClick = comDeleteArgClick
  150.         end
  151.       end
  152.     end
  153.   end
  154.   inherited taclKeyboardTrap: TActionList
  155.     Left = 200
  156.   end
  157.   inherited dxSIBarManager: TdxBarManager
  158.     Categories.ItemsVisibles = (
  159.       2)
  160.     Categories.Visibles = (
  161.       True)
  162.     PopupMenuLinks = <
  163.       item
  164.         Control = lsvAM5Errors
  165.         PopupMenu = dxCheckPopup
  166.       end>
  167.     DockControlHeights = (
  168.       0
  169.       0
  170.       0
  171.       0)
  172.   end
  173.   inherited dxCheckPopup: TdxBarPopupMenu
  174.     ItemLinks = <
  175.       item
  176.         Item = itmCheckAllErrors
  177.         UserGlyph.Data = {00000000}
  178.         Visible = True
  179.       end
  180.       item
  181.         Item = itmCheckNoErrors
  182.         UserGlyph.Data = {00000000}
  183.         Visible = True
  184.       end>
  185.   end
  186.   inherited IvTranslator1: TIvTranslator
  187.     Left = 232
  188.     Top = 348
  189.   end
  190. end
  191.